{% extends 'accounts/main.html' %}
{% block content %}
{% include 'accounts/status.html' %}
| Customer | Phone | |
|---|---|---|
| {{ customer.name }} | {{ customer.phone }} | View |
| Product | Date Orderd | Status | Update | Remove |
|---|---|---|---|---|
| {{ order.product }} | {{ order.date_created }} | {{ order.status }} | Update | Remove |